home *** CD-ROM | disk | FTP | other *** search
- object FrmSplash: TFrmSplash
- Left = 386
- Top = 210
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 159
- ClientWidth = 350
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- DesignSize = (
- 350
- 159)
- PixelsPerInch = 120
- TextHeight = 16
- object Image: TImage
- Left = 0
- Top = 0
- Width = 204
- Height = 159
- AutoSize = True
- end
- object Lbl: TLabel
- Left = 24
- Top = 120
- Width = 159
- Height = 19
- Caption = 'EVALUATION MODE'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 20
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- Visible = False
- end
- object Label1: TLabel
- Left = 216
- Top = 56
- Width = 44
- Height = 16
- Caption = 'Version'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- Visible = False
- end
- object Label2: TLabel
- Left = 240
- Top = 70
- Width = 12
- Height = 16
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Lbl1: TLabel
- Left = 64
- Top = 136
- Width = 72
- Height = 19
- Caption = 'EXPIRED'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 20
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- Visible = False
- end
- object LblS1: TLabel
- Left = 7
- Top = 8
- Width = 58
- Height = 16
- Caption = 'Starting in'
- Transparent = True
- Visible = False
- end
- object LblS2: TLabel
- Left = 69
- Top = 8
- Width = 7
- Height = 16
- Caption = '1'
- Transparent = True
- Visible = False
- end
- object Gauge: TElGauge
- Left = 64
- Top = 68
- Width = 74
- Height = 37
- Value = 11
- BackColor = clWhite
- ForeColor = 14445392
- CriticalValue = -1
- CriticalColor = 14445392
- Transparent = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Visible = False
- GaugeKind = egkNeedle
- DockOrientation = doNoOrient
- end
- object ProgressLabel: TLabel
- Left = 10
- Top = 139
- Width = 57
- Height = 16
- Anchors = [akLeft, akBottom]
- Caption = 'Loading...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object LblSpace: TLabel
- Left = 68
- Top = 108
- Width = 62
- Height = 13
- Alignment = taCenter
- Caption = 'Space Usage'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- Visible = False
- end
- object BtnCancel: TButton
- Left = 64
- Top = 30
- Width = 75
- Height = 24
- Caption = 'Cancel'
- TabOrder = 0
- Visible = False
- OnClick = BtnCancelClick
- end
- object Timer: TTimer
- OnTimer = TimerTimer
- Left = 206
- Top = 118
- end
- end
-